Administration Console Properties
The following properties could be modified when deploying the Administration Console
An operations web console that allows batch jobs to be scheduled, run manually and monitored. The console also provides for viewing and modification of business and user applicable system configuration.:
The JDBC
Java Database Connectivity. The application programming interface (API) that allows Java programs to access databases. username used by the Administration Console to connect to the database is hardcoded to facilitate configuration.
|
Property |
Default Value |
Description |
|---|---|---|
|
sabre_console_port |
31212 |
The HTTP(S) port to which the Administration Console is bound |
| sabre_console_jdbc_password | N/A | The JDBC password used by the Administration Console to connect to the database |
|
sabre_console_use_ssl |
false |
Flag, indicating if the HTTPS protocol should be used by the Administration Console |
|
ssl_certificates |
N/A |
This property is a dictionary of three elements: "private_key", "certificate" and "ca". Each element is the path to the corresponding PEM file. If specified and |
| sabre_console_lb_url | N/A | The URL of the Load Balancer in format <protocol>://<lb_hostname>(:<lb_port>) that serves the Administration Console application. It must be defined for the HA installation; i.e. when there is more than one Administration Console server is defined. The port is optional and only must be specified when the non-standard port is used. |
| sabre_console_allocated_heap_size | 2 GB | The size of the Administration Console heap memory. Please ensure there is enough memory on the host to accommodate allocated heap sizes. |